while task.wait() do pcall(function() for _, v in pairs(game:GetDescendants()) do if v:IsA("Sound") then v.RollOffMaxDistance = 1 end end end) end